@charset "utf-8";

* {
    margin: 0;
    padding: 0;
}

html {
    height: 100%;
}
a img {
    border: 0;
}

div#slide-holder div#slide-runner {
    width: 515px;
    height: 340px;
    overflow: hidden;
    position: absolute;
}

div#slide-holder img {
    margin: 0;
    display: none;
    position: absolute;
}

div#slide-holder div#slide-controls {
    left: 0;
    bottom: 0px;
    width: 515px;
    height: 44px;
    display: none;
    position: absolute;
    background: url(slide-bg.png) 0 0;
}

div#slide-holder div#slide-controls p.text {
    float: left;
    color: #fff;
    display: inline;
    font-size: 14px;
    line-height: 16px;
    margin: 15px 0 0 10px;
    text-transform: uppercase;
}

div#slide-holder div#slide-controls p#slide-nav {
    float: right;
    display: inline;
    margin: 15px 10px 0 0;
}

div#slide-holder div#slide-controls p#slide-nav a {
    float: left;
    width: 18px;
    height: 16px;
    display: inline;
    font-size: 10px;
    font-family: "宋体";
    margin: 0 5px 0 0;
    line-height: 16px;
    text-align: center;
    text-decoration: none;
    background-position: 0 0;
    background-repeat: no-repeat;
    color: #fff;
}

div#slide-holder div#slide-controls p#slide-nav a.on {
    background-position: 0 -16px;
}

div#slide-holder div#slide-controls p#slide-nav a {
    background-image: url(silde-nav.png);
}


/*导航切换*/
.tabbox {
    margin: 10px auto 20px auto;
    background: #fff;
    overflow: hidden;
}

.tabbox .tab {
    overflow: hidden;
    height: 50px;
    margin: 0 auto;
    width: 1052px;
    background: url(tab.png) no-repeat;
}

.tabbox .tab a {
    display: block;
    float: left;
    text-decoration: none;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 50px;
    text-align: center;
    width: 112px;
    margin-left: 18px;
}

.tabbox .tab a.on {
    background: url(tab-a.png) no-repeat center;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
}

.tabbox .content {
    overflow: hidden;
    padding-top: 10px;
}

.tabbox .content li {
    display: none;
}

.bndt {
    float: left;
    margin-bottom: 26px;
    overflow: hidden;
}

.bndt h1 {
    border-left: 4px solid #7cafe1;
    /*background: url(../img/tabbox-bndt-h1.png) no-repeat;*/
    padding-left: 8px;
    margin-left: 10px;
    height: 22px;
}

.jgsz {
    float: left;
    margin-right: 10px;
    margin-bottom: 26px;
    overflow: hidden;
    width: 275px;
}

.jgsz h1 {
    border-left: 4px solid #7cafe1;
    /*background: url(../img/tabbox-bndt-h1.png) no-repeat;*/
    padding-left: 8px;
    margin-left: 10px;
    height: 22px;
}

.jgsz h2 {
    padding-left: 22px;
}

.jgsz-textnav {
    float: left;
    margin-top: 14px;
    padding-left: 10px;
}

.jgsz-textnav span {
    float: left;
    font-size: 18px;
    font-weight: bold;
    margin: 14px auto;
}

.jgsz-textnav-cn {
    float: left;
    margin-top: 14px;
    padding-left: 10px;
}
/*网站地图*/
.map{
    border: 1px solid #d7d7d7;
    margin-bottom: 14px;
}
.map-hader{
    height: 40px;
    line-height: 40px;
    text-indent: 1.4em;
    background: #d7d7d7;
    font-size: 18px;
}
.map-nav{
    background: #fff;
    overflow: hidden;
}
.map-nav li{
    float: left;
    margin-right: 24px;
    margin-left: 24px;
    height: 45px;
    line-height: 45px;
    font-size: 15px;
    white-space: nowrap;
}

/*政策法规选项卡*/
.o-m .ul-o{
    float: left; 
    width: 158px;
    position: relative;
    background: #bfbdb9;
    margin-top: 8px;
}
.o-m .ul-o dl dd a{
	float:left;
	line-height:45px;
	color:#FFFFFF;
	font-size:16px;
	padding-left: 40px;
}
.o-m .ul-t dd{
	float: left;
	list-style-type:none;
	position:relative;
	height:100%;
	display:none;
}
.o-m .ul-t .li-top{
	padding:10px 30px;
}
.o-m .ul-t p{
	font-size:14px;
	line-height:22px;
}
.o-m .ul-o dd{
	cursor:pointer;
	position:relative;
	z-index:2;
        border-bottom: 1px solid #cccccc;
}
.o-m .ul-o .li-mask{
        position:absolute;
        left:0;top:0;
        width:170px;
        height:45px;
        background: url(n-qyjz-52.png) no-repeat;
}
.clear{ 
       clear:both; 
       line-height:0;
       height:0; 
       font-size:0;
}







